翻訳と辞書
Words near each other
・ Descoreba
・ Descort
・ Descoware
・ Descramble
・ DeScribe
・ Described and Captioned Media Program
・ Describing function
・ Description
・ Description (disambiguation)
・ Description de l'Égypte
・ Description de l'Égypte (disambiguation)
・ Description Definition Language
・ Description error
・ Description language
・ Description logic
Description number
・ Description of a Struggle
・ Description of a Struggle (collection)
・ Description of Africa
・ Description of Africa (1550 book)
・ Description of Africa (1668 book)
・ Description of the Kingdom of Georgia
・ Description of the Medieval Warm Period and Little Ice Age in IPCC reports
・ Description of the Western Isles of Scotland
・ Description-experience gap
・ Descriptional Complexity of Formal Systems
・ Descriptions automatiques
・ Descriptions des Arts et Métiers
・ Descriptions of the Jyllands-Posten Muhammad cartoons
・ Descriptive Account of the Panoramic View &c. of King George's Sound and the Adjacent Country


Dictionary Lists
翻訳と辞書 辞書検索 [ 開発暫定版 ]
スポンサード リンク

Description number : ウィキペディア英語版
Description number
Description numbers are numbers that arise in the theory of Turing machines. They are very similar to Gödel numbers, and are also occasionally called "Gödel numbers" in the literature. Given some universal Turing machine, every Turing machine can, given its encoding on that machine, be assigned a number. This is the machine's description number. These numbers play a key role in Alan Turing's proof of the undecidability of the halting problem, and are very useful in reasoning about Turing machines as well.
==An example of a description number==
Say we had a Turing machine ''M'' with states q1, ... qR, with a tape alphabet with symbols s1, ... sm, with the blank denoted by s0, and transitions giving the current state, current symbol, and actions performed (which might be to overwrite the current tape symbol and move the tape head left or right, or maybe not move it at all), and the next state. Under the original universal machine described by Alan Turing, this machine would be encoded as input to it as follows:
# The state qi is encoded by the letter 'D' followed by the letter 'A' repeated i times (a unary encoding)
# The tape symbol sj is encoded by the letter 'D' followed by the letter 'C' repeated j times
# The transitions are encoded by giving the state, input symbol, symbol to write on the tape, direction to move (expressed by the letters 'L', 'R', or 'N', for left, right, or no movement), and the next state to enter, with states and symbols encoded as above.
The UTM's input thus consists of the transitions separated by semicolons, so its input alphabet consists of the seven symbols, 'D', 'A', 'C', 'L', 'R', 'N', and ';'. For example, for a very simple Turing machine that alternates printing 0 and 1 on its tape forever:
# State: q1, input symbol: blank, action: print 1, move right, next state: q2
# State: q2, input symbol: blank, action: print 0, move right, next state: q1
Letting the blank be s0, '0' be s1 and '1' be s2, the machine would be encoded by the UTM as:
DADDCCRDAA;DAADDCRDA;
But then, if we replaced each of the seven symbols 'A' by 1, 'C' by 2, 'D' by 3, 'L' by 4, 'R' by 5, 'N' by 6, and ';' by 7, we would have an encoding of the Turing machine as a natural number: this is the description number of that Turing machine under Turing's universal machine. The simple Turing machine described above would thus have the description number 313322531173113325317. There is an analogous process for every other type of universal Turing machine. It is usually not necessary to actually compute a description number in this way: the point is that every natural number may be interpreted as the code for at most one Turing machine, though many natural numbers may not be the code for any Turing machine (or to put it another way, they represent Turing machines that have no states). The fact that such a number always exists for any Turing machine is generally the important thing.

抄文引用元・出典: フリー百科事典『 ウィキペディア(Wikipedia)
ウィキペディアで「Description number」の詳細全文を読む



スポンサード リンク
翻訳と辞書 : 翻訳のためのインターネットリソース

Copyright(C) kotoba.ne.jp 1997-2016. All Rights Reserved.